home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Code Resources / PopupCDEF 1.3 / Projects / CDEF / Source / PopupCDEFPrefix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-04  |  485 b   |  30 lines  |  [TEXT/CWIE]

  1. /* project prefix */
  2.  
  3. #ifndef POPUP_CDEF_PREFIX
  4. #define POPUP_CDEF_PREFIX
  5.  
  6. #if __MWERKS__
  7.     #if __POWERPC__
  8.         #include <MacHeadersPPC>
  9.     #elif __CFM68K__
  10.         #include <MacHeadersCFM68K>
  11.     #else
  12.         #include <MacHeaders68K>
  13.     #endif
  14. #endif
  15.  
  16. #ifndef OLDROUTINENAMES
  17.     #define OLDROUTINENAMES 0
  18. #endif
  19. #ifndef OLDROUTINELOCATIONS
  20.     #define OLDROUTINELOCATIONS 0
  21. #endif
  22. #ifndef STRICT_WINDOWS
  23.     #define STRICT_WINDOWS 1
  24. #endif
  25.  
  26. #define DEBUG_CDEF (0)
  27. #define CDEF (1)
  28.  
  29. #endif /* POPUP_CDEF_PREFIX */
  30.